projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33bf811
)
(auto-compression-mode): Add :version keyword, because default was changed.
author
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 16 Nov 2005 04:06:52 +0000
(
04:06
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 16 Nov 2005 04:06:52 +0000
(
04:06
+0000)
lisp/jka-cmpr-hook.el
patch
|
blob
|
history
diff --git
a/lisp/jka-cmpr-hook.el
b/lisp/jka-cmpr-hook.el
index d2b374f560333f3632c047259f1883ceb0edeed2..d5305211f50c9eda07177c12b8a795a99d6ce228 100644
(file)
--- a/
lisp/jka-cmpr-hook.el
+++ b/
lisp/jka-cmpr-hook.el
@@
-244,7
+244,7
@@
The return value is the entry in `file-name-handler-alist' for jka-compr."
"Toggle automatic file compression and uncompression.
With prefix argument ARG, turn auto compression on if positive, else off.
Returns the new status of auto compression (non-nil means on)."
- :global t :init-value t :group 'jka-compr
+ :global t :init-value t :group 'jka-compr
:version "22.1"
(let* ((installed (jka-compr-installed-p))
(flag auto-compression-mode))
(cond